home *** CD-ROM | disk | FTP | other *** search
- object DialProgressDlg: TDialProgressDlg
- Left = 24
- Top = 115
- BorderStyle = bsDialog
- Caption = 'Dialler'
- ClientHeight = 158
- ClientWidth = 351
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Scaled = False
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 120
- TextHeight = 16
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 337
- Height = 105
- TabOrder = 0
- object TitleStr: TLabel
- Left = 8
- Top = 8
- Width = 321
- Height = 21
- AutoSize = False
- Caption = 'Initialising...'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object SectionTitleStr: TLabel
- Left = 8
- Top = 32
- Width = 321
- Height = 17
- Alignment = taCenter
- AutoSize = False
- end
- object OutputStr: TLabel
- Left = 8
- Top = 50
- Width = 321
- Height = 16
- Alignment = taCenter
- AutoSize = False
- end
- object Sending: TLabel
- Left = 184
- Top = 79
- Width = 145
- Height = 18
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Sending...'
- Font.Color = clBlack
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- end
- object Manual: TLabel
- Left = 9
- Top = 53
- Width = 321
- Height = 26
- Alignment = taCenter
- AutoSize = False
- Caption = 'Manual'
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Visible = False
- end
- object IgnoreBox: TCheckBox
- Left = 8
- Top = 80
- Width = 161
- Height = 17
- Caption = '&Ignore Time-Out'
- Font.Color = clBlack
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- Visible = False
- end
- end
- object Button1: TButton
- Left = 256
- Top = 118
- Width = 89
- Height = 33
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 162
- Top = 118
- Width = 89
- Height = 33
- Caption = 'OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 1
- OnClick = Button2Click
- end
- object Comm321: TComm32
- CommPort = 'COM4'
- OnReceiveData = Comm321ReceiveData
- Left = 8
- Top = 120
- end
- end
-